home *** CD-ROM | disk | FTP | other *** search
/ In Focus Guide to Better Photography / In Focus Guide to Better Photography.iso / portfoli.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-07-07  |  252 b   |  11 lines

  1. on mouseDown
  2.   visNameClickOnSprites(0)
  3.   puppetSprite(4, 1)
  4.   if the castNum of sprite 4 then
  5.     if the locH of sprite 4 < 2000 then
  6.       set the locH of sprite 4 to the locH of sprite 4 + 2000
  7.     end if
  8.   end if
  9.   doQuickTimeButtonMouseDown()
  10. end
  11.